home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwli.dir / 00075_Script_75 < prev    next >
Text File  |  1994-11-15  |  338b  |  14 lines

  1. global lastText
  2. if the text of cast "SearchBox" <> lastText then
  3.   if the key = "i" and the shiftDown and the controlDown then
  4.       openXlib "gPid"
  5.       if objectP(gPidObj) then gPidObj(mDispose)
  6.       set gPidObj = gPid(mNew)
  7.       gPidObj(mGetPid)
  8.   else
  9.     CheckForEntry
  10.   end if
  11.   
  12. end if
  13. buttonState()
  14. go to the frame